home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00089.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  291 b   |  17 lines

  1. on mouseDown
  2.   puppetSprite(6, 1)
  3.   set the memberNum of sprite 6 to the number of member "POWER ON"
  4.   puppetSound(0)
  5.   puppetSound("CLICK.AIF")
  6.   updateStage()
  7.   repeat while soundBusy(1)
  8.     nothing()
  9.   end repeat
  10. end
  11.  
  12. on mouseUp
  13.   puppetSound(0)
  14.   puppetSprite(6, 0)
  15.   go("KIOSK ON")
  16. end
  17.